Appliance Infraprofile Configs ProfilesSpec

Appliance Infraprofile Configs ProfilesSpec
Appliance Infraprofile Configs ProfilesSpec

This schema is deprecated as of vSphere API 9.0.0.0.

The Appliance Infraprofile Configs ProfilesSpec schema represents a spec information for export operation.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "encryption_key": "string",
    "description": "string",
    "profiles": [
        "string"
    ]
}
string As password As password
encryption_key
Optional

This property is deprecated as of vSphere API 9.0.0.0.

Encryption Key to encrypt/decrypt profiles.

This property was added in vSphere API 7.0.0.0.

If missing or null encryption will not be used for the profile.

string
description
Optional

This property is deprecated as of vSphere API 9.0.0.0.

Custom description provided by the user.

This property was added in vSphere API 7.0.0.0.

If missing or null description will be empty.

array of string
profiles
Optional

This property is deprecated as of vSphere API 9.0.0.0.

Profiles to be exported/imported.

This property was added in vSphere API 7.0.0.0.

If missing or null or empty, all profiles will be returned.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.infraprofile.profile. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.infraprofile.profile.